home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap07 / howto05 / inmemory / memform.dfm / memform.txt
Encoding:
Text File  |  1996-04-11  |  707 b   |  38 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 118
  4.   Width = 351
  5.   Height = 243
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object DBGrid1: TDBGrid
  15.     Left = 6
  16.     Top = 32
  17.     Width = 328
  18.     Height = 148
  19.     DataSource = DataSource1
  20.     TabOrder = 0
  21.     TitleFont.Color = clWindowText
  22.     TitleFont.Height = -14
  23.     TitleFont.Name = 'System'
  24.     TitleFont.Style = []
  25.   end
  26.   object DBNavigator1: TDBNavigator
  27.     Left = 70
  28.     Top = 186
  29.     Width = 200
  30.     Height = 20
  31.     DataSource = DataSource1
  32.     TabOrder = 1
  33.   end
  34.   object DataSource1: TDataSource
  35.     Left = 24
  36.   end
  37. end
  38.